56718b48e5d4e1c46cbc03c8f6a68adb82fba74e
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2020-01-06T17:41:21Z"
5  content="""
6 This is either a bug in <http://hackage.haskell.org/package/aws> or
7 Digital Ocean's implementation of the S3 protocol. I don't know which,
8 but I do know it has to be fixed in one of those two place, and not
9 in git-annex.
10
11 The fact that the aws library can't even parse an error message out of
12 their response kind of says something.
13
14 But the real problem seems to
15 While they claim to support V2 signatures,
16 my guess is there's a problem with their support for V2, since they're
17 mostly dealing with V4. The aws library's support for V4 is experimental
18 and [apparently buggy](https://github.com/aristidb/aws/issues/262), but
19 as git-annex uses it, it will only use V2.
20 """]]